home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / mac / DISK2 / DATA / mov.Dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  374 b   |  18 lines

  1. on exitFrame
  2.   if the movieTime of sprite 22 < the duration of member the memberNum of sprite 22 then
  3.     go(the frame)
  4.   else
  5.     set the visible of sprite 22 to 0
  6.     updateStage()
  7.     go(#previous)
  8.     set the visible of sprite 22 to 1
  9.   end if
  10. end
  11.  
  12. on mouseDown
  13.   set the visible of sprite 22 to 0
  14.   updateStage()
  15.   go(#previous)
  16.   set the visible of sprite 22 to 1
  17. end
  18.